ArcGIS Developer Help  (GeoDatabase)    

IDataset.PropertySet Property

The set of properties for the dataset.

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

Parameters

props [out, retval]

  props is a parameter of type IPropertySet

Product Availability

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

Description

The PropertySet property is used to return any additional intrinsic properties (but not metadata properties) that may apply to the dataset. Examples of intrinsic properties for which explicit methods exist include the SpatialReference and Extent methods, both of which are available on the IGeoDataset interface. In most cases, this PropertySet will be empty.

Remarks

Examples of intrinsic properties for which explicit methods exist include the SpatialReference and the Extent methods available on the IGeoDataset interface. In most cases this PropertySet will be empty.

IDataset::PropertySet is not supported for Graph objects such as a Geometric Network.

See Also

IDataset Interface

 


Feedback Send feedback on this page