IControlInitialisationContext_DG Interface
- IsActive
- SetActive
- ReleaseContext
- GetModelPath
- SetModelPath
- GetShowGlobalAxes
- SetShowGlobalAxes
- GetBackgroundColor
- SetBackgroundColor
- GetRenderSolid
- SetRenderSolid
- IsVisible
- SetVisible
- ResetToDefaults
- GetExtendedProperties
- GetUserDefinedProperties
bool IsActive()
void SetActive(bool active)
void ReleaseContext()
String GetModelPath()
void SetModelPath(String path)
bool GetShowGlobalAxes()
void SetShowGlobalAxes(bool show)
Color GetBackgroundColor()
void SetBackgroundColor(Color color)
bool GetRenderSolid()
void SetRenderSolid(bool solid)
bool IsVisible()
void SetVisible(bool visible)
void ResetToDefaults()
IContext_DG GetExtendedProperties()
IContext_DG GetUserDefinedProperties()
|