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


IDimensionConstructor.ConstructDimension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionConstructor Interface > IDimensionConstructor.ConstructDimension Method
ArcGIS Developer Help

IDimensionConstructor.ConstructDimension Method

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

Product Availability

Available with ArcGIS Desktop.

Remarks

When IDimensionConstructor::CanFinish returns True ConstructDimension is called.

See Also

IDimensionConstructor Interface