Solid Edge Part Type Library
FamilyVariable Property
Description
Returns a Dimension or Variable object with a specified array for the referenced FamilyMember object.
Property type
Read-only property
Syntax
Visual Basic
Public Property FamilyVariable( _
   ByVal Index As Variant _
) As Object
Parameters
Index
Remarks
To modify the value of a variable of a family member, obtain the family member, then change the value using the member's Value method.
See Also

FamilyMembers Collection  | FamilyMembers Members

Send comments on this topic.