Gets or sets the orientation of the impact plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TargetOrientationType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As System.Integer
instance.TargetOrientationType = value
value = instance.TargetOrientationType |
C# | |
---|
System.int TargetOrientationType {get; set;} |
C++/CLI | |
---|
property System.int TargetOrientationType {
System.int get();
void set ( & System.int value);
} |
Property Value
Orientation of the impact plane as defined in
swsDropTargetOrientationType_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0