Role: To manage member created with one point, one direction and one limit.
Properties
- Property Direction() As
-
Returns or sets the direction.
- Example :
-
This example retrieves in
Directionthe direction for theSfmMemberPointUpToLimitfeature.Dim Direction As Reference Set Direction = SfmMemberPointUpToLimit.Direction
- Property DirectionOrientation() As
-
Returns or sets the direction orientation.
- Example :
-
This example retrieves in
DirectionOrientationthe direction orientation for theSfmMemberPointUpToLimitfeature.Dim DirectionOrientation As Integer Set DirectionOrientation = SfmMemberPointUpToLimit.DirectionOrientation
- Property Limit() As
-
Returns or sets the limit.
- Example :
-
This example retrieves in
Limitthe limit for theSfmMemberPointUpToLimitfeature.Dim Limit As Reference Set Limit = SfmMemberPointUpToLimit.Limit
- Property Point() As
-
Returns or sets the point.
Sub-element(s) supported (see object): .- Example :
-
This example retrieves in
Pointthe point for theSfmMemberPointUpToLimitfeature.Dim Point As Reference Set Point = SfmMemberPointUpToLimit.Point
Methods
- Sub InvertDirection()
-
Inverts the direction orientation.
- Example :
-
This example inverts the orientation of the direction for the
SfmMemberPointUpToLimitfeature.SfmMemberPointUpToLimit.InvertDirection