Share

StylesRoot.ProfileDesignCheckSets Property

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



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

Syntax

C#

public ProfileDesignCheckSetCollection ProfileDesignCheckSets { get; }

VB

Public ReadOnly Property ProfileDesignCheckSets As ProfileDesignCheckSetCollection
	Get

C++

public:
property ProfileDesignCheckSetCollection^ ProfileDesignCheckSets {
	ProfileDesignCheckSetCollection^ get ();
}

Property Value

ProfileDesignCheckSetCollection

See Also

Reference

Was this information helpful?