Gets or sets the type of input to specify for this drop test setup.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DropType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As System.Integer
instance.DropType = value
value = instance.DropType |
C# | |
---|
System.int DropType {get; set;} |
C++/CLI | |
---|
property System.int DropType {
System.int get();
void set ( & System.int value);
} |
Property Value
Drop test setup input type as defined in
swsDropType_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0