Share

CorridorState.CurrentSubassemblyVersion Property

Sets the version of the current Subassembly being applied.



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

Syntax

C#

public string CurrentSubassemblyVersion { set; }

VB

Public WriteOnly Property CurrentSubassemblyVersion As String
	Set

C++

public:
property String^ CurrentSubassemblyVersion {
	void set (String^ value);
}

Property Value

String

See Also

Reference

Was this information helpful?