Share

SettingsCmdCreateProfileFromCorridor.SettingsCmdCriteriaBasedDesignOptions.DefaultDesignCheckSetId Property

Gets the default design check set Id.



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

Syntax

C#

public PropertyObjectId DefaultDesignCheckSetId { get; }

VB

Public ReadOnly Property DefaultDesignCheckSetId As PropertyObjectId
	Get

C++

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

Property Value

PropertyObjectId

See Also

Reference

Was this information helpful?