ArcObjects Library Reference (Carto)  

IDimensionClassExtension.UpdateProperties Method

Updates the dimension featrue class' properties.

[Visual Basic .NET]
Public Sub UpdateProperties ( _
)
[C#]
public void UpdateProperties (
);
[C++]
HRESULT UpdateProperties(
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 UpdateProperties().

See Also

IDimensionClassExtension Interface

.NET Related Topics

Creating annotation and dimension feature classes