SectionViewVolumeTables Property |
Gets the collection of the volume table for the SectionView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SectionViewVolumeTableGroup VolumeTables { get; }
Public ReadOnly Property VolumeTables As SectionViewVolumeTableGroup
Get
public:
property SectionViewVolumeTableGroup^ VolumeTables {
SectionViewVolumeTableGroup^ get ();
}
Property Value
SectionViewVolumeTableGroup
See Also