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


IDECadastralFabric3.GetPropertySet Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric3 Interface > IDECadastralFabric3.GetPropertySet Method
ArcGIS Developer Help

IDECadastralFabric3.GetPropertySet Method

Property set of the parcel fabric data element.

[Visual Basic .NET]
Public Sub GetPropertySet ( _
    ByVal Type As esriCadastralPropertySetType, _
    ByRef propertySet As IPropertySet _
)
[C#]
public void GetPropertySet (
    esriCadastralPropertySetType Type,
    ref IPropertySet propertySet
);
[C++]
HRESULT GetPropertySet(
  esriCadastralPropertySetType Type,
  IPropertySet** propertySet
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriCadastralPropertySetType propertySet [out]
propertySet is a parameter of type IPropertySet**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDECadastralFabric3 Interface