Share

Part.PartSubType Property

Gets the part’s subtype.



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

Syntax

C#

public virtual string PartSubType { get; }

VB

Public Overridable ReadOnly Property PartSubType As String
	Get

C++

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

Property Value

String

See Also

Reference

Was this information helpful?