ArcObjects Library Reference (Schematic)  

ISchematicAttributeGeometry.AttributeGeometryType Property

Attribute geometry type of the schematic attribute geometry.

[Visual Basic .NET]
Public Property AttributeGeometryType As esriSchematicAttributeGeometryType
[C#]
public esriSchematicAttributeGeometryType AttributeGeometryType {get; set;}
[C++]
HRESULT get_AttributeGeometryType(
  esriSchematicAttributeGeometryType* Type
);
[C++]
HRESULT put_AttributeGeometryType(
  esriSchematicAttributeGeometryType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriSchematicAttributeGeometryType

Type [in]

  Type is a parameter of type esriSchematicAttributeGeometryType

Product Availability

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

See Also

ISchematicAttributeGeometry Interface