Gets or sets the method of markup for this Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property MarkUpType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysis
Dim value As System.Integer
instance.MarkUpType = value
value = instance.MarkUpType |
C# | |
---|
System.int MarkUpType {get; set;} |
C++/CLI | |
---|
property System.int MarkUpType {
System.int get();
void set ( & System.int value);
} |
Property Value
Method of markup as defined in
swcMarkUpType_e
See Also
Availability
SolidWorks Costing API 2013 SP0