Solid Edge Draft Type Library
ActiveSection Property
Solid Edge Draft Type Library > DraftDocument Object : ActiveSection Property
Description
Returns the active sheet's Section object. Sheets are grouped into sections: WorkingSection, BackgroundSection, and 2dModelSection.
Property type
Read-only property
Syntax
Visual Basic
Public Property ActiveSection As Section
Remarks
The active sheet is the sheet that displays on top in a window or view and receives any newly placed graphic items. Setting the active sheet in one window does not make that sheet active in all windows. When used from the Document object when no window is active, the first section in the document is returned.
See Also

DraftDocument Object  | DraftDocument Members