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


ISchematicAttribute.GetValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAttribute Interface > ISchematicAttribute.GetValue Method
ArcGIS Developer Help

ISchematicAttribute.GetValue Method

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
);
[C++]
Parameters
SchematicObject [in]

SchematicObject is a parameter of type ISchematicObject*

Product Availability

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

See Also

ISchematicAttribute Interface