Gets or sets the name of the configuration or reference part for a custom stock body in a machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CustomStockBodyName As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim value As System.String
instance.CustomStockBodyName = value
value = instance.CustomStockBodyName |
C# | |
---|
System.string CustomStockBodyName {get; set;} |
C++/CLI | |
---|
property System.String^ CustomStockBodyName {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
- Name of the configuration for a custom stock body; valid only if ICostAnalysisMachining::CustomStockImportType is set to swcCustomStockImportType_e.swcCustomStockImportType_Configuration and multiple configurations exist in the model
- or -
- Path and file name of the reference part for a custom stock body; valid only if ICostAnalysisMachining::CustomStockImportType is set to swcCustomStockImportType_e.swcCustomStockImportType_ReferencePart
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0