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


ISchematicAttribute.GetValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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,
  VARIANT* Value
);
[C++]

Parameters SchematicObject [in]
SchematicObject is a parameter of type ISchematicObject Value [out, retval] Value is a parameter of type VARIANT

Product Availability

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

See Also

ISchematicAttribute Interface