MarkerAttributeControl
-
class
HPS.MarkerAttributeControl
: HPS.Control Public Functions
-
override void
Dispose
()
-
MarkerAttributeControl
(HPS.MarkerAttributeControl in_that)
-
MarkerAttributeControl
(HPS.SegmentKey in_seg)
-
override HPS.Type
ObjectType
()
-
HPS.MarkerAttributeControl
SetDrawingPreference
(HPS.Marker.DrawingPreference in_preference)
-
HPS.MarkerAttributeControl
SetGlyphRotation
(float in_rotation)
-
HPS.MarkerAttributeControl
SetSize
(float in_size)
-
HPS.MarkerAttributeControl
SetSize
(float in_size, HPS.Marker.SizeUnits in_units)
-
HPS.MarkerAttributeControl
SetSymbol
(string in_glyph_name)
-
bool
ShowDrawingPreference
(out HPS.Marker.DrawingPreference out_preference)
-
bool
ShowGlyphRotation
(out float out_rotation)
-
bool
ShowSize
(out float out_size, out HPS.Marker.SizeUnits out_units)
-
bool
ShowSymbol
(out string out_glyph_name)
-
HPS.MarkerAttributeControl
UnsetDrawingPreference
()
-
HPS.MarkerAttributeControl
UnsetEverything
()
-
HPS.MarkerAttributeControl
UnsetGlyphRotation
()
-
HPS.MarkerAttributeControl
UnsetSize
()
-
HPS.MarkerAttributeControl
UnsetSymbol
()
-
override void