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 );
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.
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.