ThinkGeo.MapSuite.GisEditor.StyleItem
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
Inheritance Hierarchy
Members Summary
Public Constructors
Name | Parameters | DeclaringType | Summary |
StyleItem | Object | | |
Protected Constructors
Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
Public Properties
Protected Properties
Name | Return | DeclaringType | Summary |
NameCore | String | | |
Public Events
Public Constructors
StyleItem(Object)
Parameters
Name | Type | Description |
concreteObject | Object<!– System.Object –> | |
Go Back
Protected Constructors
Public Methods
CanContainStyleItem(StyleItem)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
styleItem | StyleItem<!– ThinkGeo.MapSuite.GisEditor.StyleItem –> | |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
CloneDeep()
Return Value
Return Type | Description |
StyleItem<!– ThinkGeo.MapSuite.GisEditor.StyleItem –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Equals(Object)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetHashCode()
Return Value
Return Type | Description |
Int32<!– System.Int32 –> | |
Parameters
GetPreviewImage(Int32, Int32)
Return Value
Parameters
Name | Type | Description |
screenWidth | Int32<!– System.Int32 –> | |
screenHeight | Int32<!– System.Int32 –> | |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
GetRestrictStyleCategories()
Return Value
Return Type | Description |
StyleCategories<!– ThinkGeo.MapSuite.GisEditor.StyleCategories –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
GetType()
Return Value
Return Type | Description |
Type<!– System.Type –> | |
Parameters
GetUI(StyleBuilderArguments)
Return Value
Return Type | Description |
StyleUserControl<!– ThinkGeo.MapSuite.GisEditor.StyleUserControl –> | |
Parameters
Name | Type | Description |
styleArguments | StyleBuilderArguments<!– ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments –> | |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
ToString()
Return Value
Return Type | Description |
String<!– System.String –> | |
Parameters
UpdateConcreteObject()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
UpdateStyleItem()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
UpdateUI(StyleUserControl)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
styleItemUI | StyleUserControl<!– ThinkGeo.MapSuite.GisEditor.StyleUserControl –> | |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Protected Methods
CanContainStyleItemCore(StyleItem)
Return Value
Return Type | Description |
Boolean<!– System.Boolean –> | |
Parameters
Name | Type | Description |
styleItem | StyleItem<!– ThinkGeo.MapSuite.GisEditor.StyleItem –> | |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
CloneDeepCore()
Return Value
Return Type | Description |
StyleItem<!– ThinkGeo.MapSuite.GisEditor.StyleItem –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Finalize()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
GetPreviewImageCore(Int32, Int32)
Return Value
Parameters
Name | Type | Description |
screenWidth | Int32<!– System.Int32 –> | |
screenHeight | Int32<!– System.Int32 –> | |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
GetRestrictStyleCategoriesCore()
Return Value
Return Type | Description |
StyleCategories<!– ThinkGeo.MapSuite.GisEditor.StyleCategories –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
GetUICore(StyleBuilderArguments)
Return Value
Return Type | Description |
StyleUserControl<!– ThinkGeo.MapSuite.GisEditor.StyleUserControl –> | |
Parameters
Name | Type | Description |
styleArguments | StyleBuilderArguments<!– ThinkGeo.MapSuite.GisEditor.StyleBuilderArguments –> | |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
MemberwiseClone()
Return Value
Return Type | Description |
Object<!– System.Object –> | |
Parameters
OnConcreteObjectUpdated()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
UpdateConcreteObjectCore()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
UpdateStyleItemCore()
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
UpdateUICore(UserControl)
Return Value
Return Type | Description |
Void<!– System.Void –> | |
Parameters
Name | Type | Description |
styleItemUI | UserControl<!– System.Windows.Controls.UserControl –> | |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Public Properties
CanAddInnerStyle
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
CanRename
Return Value
Return Type |
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Children
Return Value
Return Type |
ObservableCollection<StyleItem><!– System.Collections.ObjectModel.ObservableCollection{ThinkGeo.MapSuite.GisEditor.StyleItem} –> |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
ConcreteObject
Return Value
Return Type |
Object<!– System.Object –> |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Name
Return Value
Return Type |
String<!– System.String –> |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Parent
Return Value
Return Type |
StyleItem<!– ThinkGeo.MapSuite.GisEditor.StyleItem –> |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Protected Properties
NameCore
Return Value
Return Type |
String<!– System.String –> |
<!– ThinkGeo.MapSuite.GisEditor.StyleItem –>
Go Back
Public Events
ConcreteObjectUpdated
Event Arguments