SectionViewGroupCollectionRemove Method |
Removes a SectionViewGroup from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool Remove(
SectionViewGroup sectionViewGroup
)
Public Function Remove (
sectionViewGroup As SectionViewGroup
) As Boolean
public:
bool Remove(
SectionViewGroup^ sectionViewGroup
)
Parameters
- sectionViewGroup SectionViewGroup
- The SectionViewGroup to be removed.
Return Value
Boolean
If the SectionViewGorup doesn't exist in current Collection, the method will return false. Otherwise, it will return true.
See Also