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


IDimensionClassExtension.ResetProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionClassExtension Interface > IDimensionClassExtension.ResetProperties Method
ArcGIS Developer Help

IDimensionClassExtension.ResetProperties Method

Resets the in state of the dimension feature class properties.

[Visual Basic .NET]
Public Sub ResetProperties ( _
)
[C#]
public void ResetProperties (
);
[C++]
HRESULT ResetProperties(
void
);

Product Availability

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

Remarks

As with any schema related modifications, an exclusive schema lock should be obtained on the feature class before calling ResetProperties().

See Also

IDimensionClassExtension Interface