ArcObjects Library Reference (Schematic)  

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