Share

SectionViewGroup.IsIndividual Property

Gets a boolean value which indicates whether current SectionViewGroup is individual SectionViewGroup.



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

Syntax

C#

public bool IsIndividual { get; }

VB

Public ReadOnly Property IsIndividual As Boolean
	Get

C++

public:
property bool IsIndividual {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?