Share

Subassembly.Version Property

Gets Version information of the Subassembly



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

Syntax

C#

public string Version { get; }

VB

Public ReadOnly Property Version As String
	Get

C++

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

Property Value

String

Remarks

For Subassembly without Version information, it will return empty string.

See Also

Reference

Was this information helpful?