Role: To manage member created with one point, one direction and a length.
Properties
- Property Direction() As
-
Returns or sets the direction.
- Example :
-
This example retrieves in
Directionthe direction for theSfmMemberPointLengthfeature.Dim Direction As Reference Set Direction = SfmMemberPointLength.Direction
- Property DirectionOrientation() As
-
Returns or sets the direction orientation.
- Example :
-
This example retrieves in
DirectionOrientationthe direction orientation for theSfmMemberPointLengthfeature.Dim DirectionOrientation As Integer Set DirectionOrientation = SfmMemberPointLength.DirectionOrientation
- Property Length() As
-
Returns or sets the member's length.
- Example :
-
This example retrieves in
Lengththe length of theSfmMemberPointLengthfeature.Dim Length As Double Set Length = SfmMember.Length
- Property LengthParam() As (Read Only)
- Property Point() As
-
Returns or sets the point.
Sub-element(s) supported (see object): .- Example :
-
This example retrieves in
Pointthe point for theSfmMemberPointLengthfeature.Dim Point As Reference Set Point = SfmMemberPointLength.Point
Methods
- Sub InvertDirection()
-
Inverts the direction orientation.
- Example :
-
This example inverts the orientation of the direction for the
SfmMemberPointLengthfeature.SfmMemberPointLength.InvertDirection