Share

PartFamily.Description Property

Gets the part family description



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

Syntax

C#

public override string Description { get; }

VB

Public Overrides ReadOnly Property Description As String
	Get

C++

public:
virtual property String^ Description {
	String^ get () override;
}

Property Value

String

See Also

Reference

Was this information helpful?