SubassemblyVersion Property |
Gets Version information of the Subassembly
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string Version { get; }
Public ReadOnly Property Version As String
Get
public:
property String^ Version {
String^ get ();
}
Property Value
String
Remarks
For Subassembly without Version information, it will return empty string.
See Also