Share

AutoFeatureLine.SourceObjectName Property

Returns the source object name



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

Syntax

C#

public virtual string SourceObjectName { get; }

VB

Public Overridable ReadOnly Property SourceObjectName As String
	Get

C++

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

Property Value

String

See Also

Reference

Was this information helpful?