SOLIDWORKS PDM Professional API Help Send Feedback
Configuration Property (IEdmSWBomRow)
See Also 
EPDM.Interop.epdm Namespace > IEdmSWBomRow Interface : Configuration Property (IEdmSWBomRow)


Gets or sets the configuration of the document to which this BOM row is associated.

Syntax

Visual Basic 
Property Configuration As System.String
C# 
System.string Configuration {get; set;}
C++/CLI 
property System.String^ Configuration {
   System.String^ get();
   void set ( &   System.String^ value);
}

Property Value

Configuration of associated document

Example

See the IEdmBomMgr3 examples.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03