SheetStylePageLayoutId Property

Gets or Sets the object id of the sheet style's page layout.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId PageLayoutId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when setting the property with an object id which type is neither Autodesk.AutoCAD.DatabaseServices.Layout nor Autodesk.AutoCAD.DatabaseServices.PlotSettings.
Remarks
OBJECTID TYPE: Autodesk.AutoCAD.DatabaseServices.Layout or Autodesk.AutoCAD.DatabaseServices.PlotSettings
See Also