Gets or sets the type of coordinate system used to define this nonuniform pressure.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CoordSystemType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWPressure
Dim value As System.Integer
instance.CoordSystemType = value
value = instance.CoordSystemType |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWPressure~CoordSystemType.html# | |
---|
System.int CoordSystemType {get; set;} |
C++/CLI | |
---|
property System.int CoordSystemType {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of coordinate system as defined in
swsCoordinateType_e
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0