Share

PartsList.PartFamilyCount Property

Gets the count of part families under this parts list.



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

Syntax

C#

public int PartFamilyCount { get; }

VB

Public ReadOnly Property PartFamilyCount As Integer
	Get

C++

public:
property int PartFamilyCount {
	int get ();
}

Property Value

Int32

See Also

Reference

Was this information helpful?