HelpData Property

Gets or sets help data for the Subassembly.

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

Syntax

C#

public string HelpData { get; set; }

Visual Basic

Public Property HelpData As String
	Get
	Set

Visual C++

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

See Also