Gets the entity and its type from which the extrusion was created.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetFromEntity( _
ByRef FromEntity As System.Object, _
ByRef Type As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IExtrudeFeatureData2
Dim FromEntity As System.Object
Dim Type As System.Integer
instance.GetFromEntity(FromEntity, Type) |
C# | |
---|
void GetFromEntity(
out System.object FromEntity,
out System.int Type
) |
C++/CLI | |
---|
void GetFromEntity(
& [Out] System.Object^ FromEntity,
& [Out] System.int Type
) |
Parameters
- FromEntity
Entity from which the extrusion was created:
-
Surface
-
Face
-
Plane
-
Vertex
-
Sketch point
- Type
- Type of entity from which to create the extrusion as defined in swSelectType_e
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13.0