This document is archived and information here might be outdated.  Recommended version.


ISchematicAttributeConstant.ConstantValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeConstant Interface > ISchematicAttributeConstant.ConstantValue Property
ArcGIS Developer Help

ISchematicAttributeConstant.ConstantValue Property

Constant value of the schematic attribute constant.

[Visual Basic .NET]
Public Property ConstantValue As Object
[C#]
public object ConstantValue {get; set;}
[C++]
HRESULT get_ConstantValue(
  Variant* ConstantValue
);
[C++]
HRESULT put_ConstantValue(
  VARIANT ConstantValue
);
[C++]
Parameters
ConstantValue [out, retval]

ConstantValue is a parameter of type VARIANT* ConstantValue [in]
ConstantValue is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAttributeConstant Interface