HPS::DWG::Layout

class HPS.DWG.Layout : public HPS.Capture

Public Functions

override void Dispose ()
IntPtr GetDWGObjectID ()

Gets the AcDbObjectId corresponding to this DWGLayout.

Return

The AcDbObjectId corresponding to this DWGLayout.

Layout ()

The default constructor creates an uninitialized DWG.Layout object. The Type() function will return Type.None.

Layout (HPS.Capture in_that)

This constructor creates an DWG.Layout object that shares the underlying smart-pointer of the source Layout. The copy will only be successful if the source layout is really an upcast of an DWG.Layout object. Otherwise the copy will fail and the resulting DWG.Layout will be invalid.

Param in_that

The source Layout to copy.

Layout (HPS.Component in_that)

This constructor creates a Layout object that shares the underlying smart-pointer of the source Component. The copy will only be successful if the source component is really an upcast of a DWG.Layout object. Otherwise the copy will fail and the resulting DWG.Layout will be invalid.

Param in_that

The source Component to copy.

Layout (HPS.DWG.Layout in_that)

The copy constructor creates an DWG.Layout object that shares the underlying smart-pointer of the source DWG.Layout.

Param in_that

The source DWG.Layout to copy.

override HPS.Type ObjectType ()

This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).

Return

The declared type of the object in question, which may differ from the true, underlying type.