LeaderLength Property |
Specifies the length of the leader on the diameter or radius dimension.
Signature
object.LeaderLength
object
DimDiametric, DimRadial
The object or objects this property applies to.
LeaderLength
Double; write-only
The length of the leader.
Remarks
The LeaderLength is the distance from the ChordPoint dimension definition point out to where the dimension will do a horizontal dogleg to the annotation text (or stop if no dogleg is necessary). (See the AddDimDiametric or AddDimRadial method for more information.)
WARNING! The LeaderLength setting will be used only during the creation of the dimension. After the dimension has been saved, changing the LeaderLength value will not affect how the dimension displays. The LeaderLength property is used to calculate the leader location. The value is not saved, and therefore will always return a zero if read.
Comments? |