Share

Part.RefAlignmentName Property

Gets the name of the alignment which this part references



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

Syntax

C#

public string RefAlignmentName { get; }

VB

Public ReadOnly Property RefAlignmentName As String
	Get

C++

public:
property String^ RefAlignmentName {
	String^ get ();
}

Property Value

String

See Also

Reference

Was this information helpful?