Share

Part.PartSizeName Property

Gets the part size name.



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

Syntax

C#

public virtual string PartSizeName { get; }

VB

Public Overridable ReadOnly Property PartSizeName As String
	Get

C++

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

Property Value

String

See Also

Reference

Was this information helpful?