StageDesignCollectionIsEmpty Property |
Gets whether the collection is empty.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic bool IsEmpty { get; }Public ReadOnly Property IsEmpty As Boolean
Get
public:
property bool IsEmpty {
bool get ();
}Property Value
Boolean
True if the collection contains no items; otherwise, false.
See Also