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


IDECadastralFabric3.SetPropertySet Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

IDECadastralFabric3.SetPropertySet Method

Property set of the parcel fabric data element.

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

Parameters Type [in]
Type is a parameter of type esriCadastralPropertySetType propertySet [in]
propertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IDECadastralFabric3 Interface