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


IDimensionShape.BeginDimensionPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionShape Interface > IDimensionShape.BeginDimensionPoint Property
ArcGIS Developer Help

IDimensionShape.BeginDimensionPoint Property

The begin dimension point.

[Visual Basic .NET]
Public Property BeginDimensionPoint As IPoint
[C#]
public IPoint BeginDimensionPoint {get; set;}
[C++]
HRESULT get_BeginDimensionPoint(
  IPoint* point
);
[C++]
HRESULT putref_BeginDimensionPoint(
  IPoint** point
);
[C++]
Parameters
point [in]

point is a parameter of type IPoint* point [out, retval]
point is a parameter of type IPoint**

Product Availability

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

Remarks

The BeginDimensionPoint and EndDimensionPoint properties define the Dimension�s measurement points.

See Also

IDimensionShape Interface