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


ISchematicElement.PropertySet Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElement.PropertySet Property

PropertySet related to the schematic element.

[Visual Basic .NET]
Public ReadOnly Property PropertySet As IPropertySet
[C#]
public IPropertySet PropertySet {get;}
[C++]
HRESULT get_PropertySet(
  IPropertySet** PropertySet
);
[C++]

Parameters PropertySet [out, retval]
PropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

ISchematicElement Interface