StageDesignItemFootprintArea Property |
Gets the footprint area value for this item.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double FootprintArea { get; }Public ReadOnly Property FootprintArea As Double
Get
public:
property double FootprintArea {
double get ();
}Property Value
Double
The footprint area in square drawing units at this depth level.
Remarks
This property is read-only. Footprint area values are managed automatically by the design table.
See Also