Gets or sets the type of remote load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LoadType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim value As System.Integer
instance.LoadType = value
value = instance.LoadType |
C# | |
---|
System.int LoadType {get; set;} |
C++/CLI | |
---|
property System.int LoadType {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of remote load as defined by
swsRemoteLoadType_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0