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 > ISchematicAttribute Interface > ISchematicAttribute.GetValue Method (ArcObjects .NET 10.5 SDK) |
The schematic attribute value for the specified schematic object.
[Visual Basic .NET] Public Function GetValue ( _ ByVal SchematicObject As ISchematicObject _ ) As Object
[C#] public object GetValue ( ISchematicObject SchematicObject );
[C++]
HRESULT GetValue(
ISchematicObject* SchematicObject,
VARIANT* Value
);
[C++]
Parameters SchematicObject [in]
SchematicObject is a parameter of type ISchematicObject Value [out, retval] Value is a parameter of type VARIANT