SfmMemberPointUpToLimit (Object)

Interface to manage Member created with one point, one direction and one limit.
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 Direction the direction for the SfmMemberPointUpToLimit feature.
 Dim Direction As Reference
 Set Direction = SfmMemberPointUpToLimit.Direction
 
Property DirectionOrientation() As
Returns or sets the direction orientation.
Example
:
This example retrieves in DirectionOrientation the direction orientation for the SfmMemberPointUpToLimit feature.
 Dim DirectionOrientation As Integer
 Set DirectionOrientation = SfmMemberPointUpToLimit.DirectionOrientation
 
Property Limit() As
Returns or sets the limit.
Example
:
This example retrieves in Limit the limit for the SfmMemberPointUpToLimit feature.
 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 Point the point for the SfmMemberPointUpToLimit feature.
 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 SfmMemberPointUpToLimit feature.
 SfmMemberPointUpToLimit.InvertDirection