Share

ICadDrawingSheet.Size Property

Gets the size of the sheet (e.g. "D" or "A3"). If the sheet has a custom size, this will be "Custom" (always in English, never translated).

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Property Size As String
	Get

C#

string Size { get; }

Return Value

Type: String
The sheet standard size or "Custom".

See Also

Reference

Was this information helpful?