Sets the start and end reference entities that are used to define the length of this structure system member.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetStartAndEndReferences( _
ByVal RetEntities As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPrimaryMemberRefPlaneFeatureData
Dim RetEntities As System.Object
Dim value As System.Boolean
value = instance.SetStartAndEndReferences(RetEntities) |
C# | |
---|
System.bool SetStartAndEndReferences(
System.object RetEntities
) |
C++/CLI | |
---|
System.bool SetStartAndEndReferences(
& System.Object^ RetEntities
) |
Parameters
- RetEntities
- Array of parallel IRefPlanes and/or IFace2s
Return Value
True if start and end references successfully set, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30