Share

SettingsCmdCreateSheets.SettingsCmdSheetCreation.SheetCreateMethod Property

Specify the sheet create method.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyEnum<SheetCreateType> SheetCreateMethod { get; }

VB

Public ReadOnly Property SheetCreateMethod As PropertyEnum(Of SheetCreateType)
	Get

C++

public:
property PropertyEnum<SheetCreateType>^ SheetCreateMethod {
	PropertyEnum<SheetCreateType>^ get ();
}

Property Value

PropertyEnumSheetCreateType

See Also

Reference

Was this information helpful?