Sets the entities for this reference axis feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetSelections( _
ByVal Count As System.Integer, _
ByRef EntArr As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRefAxisFeatureData
Dim Count As System.Integer
Dim EntArr As System.Object
Dim value As System.Boolean
value = instance.ISetSelections(Count, EntArr) |
C# | |
---|
System.bool ISetSelections(
System.int Count,
ref System.object EntArr
) |
C++/CLI | |
---|
System.bool ISetSelections(
& System.int Count,
& System.Object^% EntArr
) |
Parameters
- Count
Number of entities
- EntArr
- in-process,unmanaged C++: Pointer to an array of entities for this reference axis feature
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
True if the method executed, false if not
Remarks
See Also
Availability
SOLIDWORKS 2004 FCS, Revision Number 12.0