Sets the version of the current Subassembly being applied.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public string CurrentSubassemblyVersion { set; }
Visual Basic
Public WriteOnly Property CurrentSubassemblyVersion As String
	Set
Visual C++
public:
property String^ CurrentSubassemblyVersion {
	void set (String^ value);
}

See Also