 | ConductorDefinition Property |
Gets/Sets the definition of this conductor
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic ConductorDefinition Definition { get; set; }
Public Property Definition As ConductorDefinition
Get
Set
public:
property ConductorDefinition^ Definition {
ConductorDefinition^ get ();
void set (ConductorDefinition^ value);
}
member Definition : ConductorDefinition with get, set
Property Value
ConductorDefinition
See Also