ArcObjects Library Reference  (Schematic)    

INgElementType.Type Property

Type of the element type (see esriNgElementTypeEnum).

[Visual Basic 6.0]
Property Type As esriNgElementTypeEnum
[Visual Basic .NET]
Public ReadOnly Property Type As esriNgElementTypeEnum
[C#]
public esriNgElementTypeEnum Type {get;}
[Java]
public esriNgElementTypeEnum getType()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Type(
  esriNgElementTypeEnum* pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type esriNgElementTypeEnum

Product Availability

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

See Also

INgElementType Interface

Example

INgElementType Type property - Example

 


Feedback Send feedback on this page