ArcObjects Library Reference (Carto)  

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