Gets the location reference(s) used to create this structure system member.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetReferenceLocations( _
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.SetReferenceLocations(RetEntities) |
C# | |
---|
System.bool SetReferenceLocations(
System.object RetEntities
) |
C++/CLI | |
---|
System.bool SetReferenceLocations(
& System.Object^ RetEntities
) |
Parameters
- RetEntities
- Array of parallel IRefPlanes and/or IFace2s
Return Value
True if location references successfully set, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30