Share

Bridge.BridgeGuid Property

Gets the Guid string of this bridge.



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

Syntax

C#

public string BridgeGuid { get; }

VB

Public ReadOnly Property BridgeGuid As String
	Get

C++

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

Property Value

String

See Also

Reference

Was this information helpful?