SoImageVizEngineEventArgSource Property |
Namespace: OIV.ImageViz.EnginesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoImageVizEngine Source { get; }
Public ReadOnly Property Source As SoImageVizEngine
Get
public:
property SoImageVizEngine^ Source {
SoImageVizEngine^ get ();
}
member Source : SoImageVizEngine with get
Property Value
Type:
SoImageVizEngineRemarks Return the source engine that raised the event.
See Also