Share

ProfileDesignCheckSet.GetAllDesignChecks Method

Gets all design checks in this ProfileDesignCheckSet.



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

Syntax

C#

public ProfileDesignCheck[] GetAllDesignChecks()

VB

Public Function GetAllDesignChecks As ProfileDesignCheck()

C++

public:
array<ProfileDesignCheck^>^ GetAllDesignChecks()

Return Value

ProfileDesignCheck

See Also

Reference

Was this information helpful?