This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttributeConstant Interface > ISchematicAttributeConstant.ConstantValue Property (ArcObjects .NET 10.5 SDK) |
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