Share

StylesRoot.AlignmentDesignCheckSets Property

Gets the collection of alignment design check set in the database.



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

Syntax

C#

public AlignmentDesignCheckSetCollection AlignmentDesignCheckSets { get; }

VB

Public ReadOnly Property AlignmentDesignCheckSets As AlignmentDesignCheckSetCollection
	Get

C++

public:
property AlignmentDesignCheckSetCollection^ AlignmentDesignCheckSets {
	AlignmentDesignCheckSetCollection^ get ();
}

Property Value

AlignmentDesignCheckSetCollection

See Also

Reference

Was this information helpful?