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


ISchematicAttributeGeometry.AttributeGeometryType Property (ArcObjects .NET 10.4 SDK)
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