DefaultDesignCheckSetId Property

Gets the default design check set Id.

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

Syntax

C#

public PropertyObjectId DefaultDesignCheckSetId { get; }

Visual Basic

Public ReadOnly Property DefaultDesignCheckSetId As PropertyObjectId
	Get

Visual C++

public:
property PropertyObjectId^ DefaultDesignCheckSetId {
	PropertyObjectId^ get ();
}

See Also