Configuration object of the instance of the GraphWorX Configurator that owns this instance of the Symbol Library.

Namespace: Ico.Gwx
Assembly: GwxSymbolLibraryControl (in GwxSymbolLibraryControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxConfiguration OwnerConfiguration { get; set; }
Visual Basic
Public Property OwnerConfiguration As GwxConfiguration
	Get
	Set
JScript
function get OwnerConfiguration () : GwxConfiguration
function set OwnerConfiguration (value : GwxConfiguration)

See Also