This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionConstructor Interface > IDimensionConstructor.ConstructDimension Method (ArcObjects .NET 10.5 SDK) |
Creates the dimension shape for a dimension feature given the geometry constructed in the dimension constructor.
[Visual Basic .NET] Public Sub ConstructDimension ( _ ByVal feature As IDimensionFeature, _ ByVal Geometry As IGeometry, _ ByVal style As IDimensionStyle _ )
[C#] public void ConstructDimension ( IDimensionFeature feature, IGeometry Geometry, IDimensionStyle style );
When IDimensionConstructor::CanFinish returns True ConstructDimension is called.