forked from AnalyticalGraphicsInc/STKCodeExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDensityModels.xml
More file actions
45 lines (27 loc) · 1.46 KB
/
DensityModels.xml
File metadata and controls
45 lines (27 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version = "1.0"?>
<AGIRegistry version = "1.0">
<CategoryRegistry>
<Category Name = "DensityModel">
<!-- This tag to the left indicates the start of a comment block
Register your plugins with those below. Use the following format:
<Plugin DisplayName = "YOUR_NAME_TO_APPEAR_IN_USER_INTERFACE_GOES_HERE" ProgID = "YOUR_PROGID_GOES_HERE"/>
The tag below indicates the end of the comment block
-->
<!-- NOTE: The xml reader is case sensitive, so while the keyword ProgID is valid,
ProgId is invalid because of the 'd' not being capitalized.
Any improper keyword casing violation will cause the plugin to
not be registered.
-->
<!-- This section is a comment block.
The following Plugin tags register each Plugin component as a DensityModel Plugin.
To enable one of the sample plugins in STK or ODTK, simply build the component (if necessary),
register it in the Windows Registry, and move the registration line below
outside of this comment block.
<Plugin ProgID = "" DisplayName = ""/>
<Plugin ProgID = "AGI.Density.Exponential.CSharp" DisplayName = "CSharp Exponential Density Example"/>
<Plugin ProgID = "Density.Exponential.Perl" DisplayName = "Perl Exponential Density Example"/>
<Plugin ProgID = "Density.Exponential.JScript" DisplayName = "JScript Exponential Density Example"/>
-->
</Category>
</CategoryRegistry>
</AGIRegistry>