GetWidth Method |
Gets the start and end width for a polyline.
Signature
object.GetWidth Index, StartWidth, EndWidth
Object
LightweightPolyline,
Polyline
The object or objects this method applies to.
Index
Integer; input-only
The index location of the polyline for which the width is returned.
The index must be a positive integer beginning with 0.
StartWidth
Double; output-only
The start width of the polyline at the given index.
EndWidth
Double; output-only
The end width of the polyline at the given index.
Remarks
Polyline: this method will fail if the polyline Type property is acCubicSplinePoly or acQuadSplinePoly.
Comments? |