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


Gets or sets the name of the sheet on which this BOM is located.

Syntax

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

Property Value

Sheet name

Example

See the IEdmBomMgr3 examples.

See Also

Availability

SOLIDWORKS PDM Professional 2021 SP03