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


ISchematicInMemoryFeature.PropertySet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeature Interface > ISchematicInMemoryFeature.PropertySet Property
ArcGIS Developer Help

ISchematicInMemoryFeature.PropertySet Property

Schematic in memory feature property set.

[Visual Basic .NET]
Public Property PropertySet As IPropertySet
[C#]
public IPropertySet PropertySet {get; set;}
[C++]
HRESULT get_PropertySet(
  IPropertySet** PropertySet
);
[C++]
HRESULT putref_PropertySet(
  IPropertySet* PropertySet
);
[C++]
Parameters
PropertySet [out, retval]

PropertySet is a parameter of type IPropertySet** PropertySet [in]
PropertySet is a parameter of type IPropertySet*

Product Availability

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

See Also

ISchematicInMemoryFeature Interface