Gets the face or plane on which the library feature was placed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPlacementPlane2( _
ByVal Scope As Integer, _
ByRef Type As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ILibraryFeatureData
Dim Scope As Integer
Dim Type As Integer
Dim value As Object
value = instance.GetPlacementPlane2(Scope, Type)
|
C# | |
---|
object GetPlacementPlane2(
int Scope,
out int Type
) |
C++/CLI | |
---|
Object^ GetPlacementPlane2(
& int Scope,
& [Out] int Type
) |
Parameters
- Scope
- Placement scope as defined in swLibFeatureData_e
- Type
Placement type as defined in swSelectType_e
Return Value
Face or plane
Example
Remarks
See Also
Availability
SolidWorks 2010 SP1, Revision Number 18.1