Creatable Objects List
Some objects can be created in programming through CreateObject or Dim As New (for Visual Basic 6.0 only), the syntax of how to create these objects may be different in particular development environments. For instance, we want to create an object: so3DAnalyst, it should be Dim obj3DAnalyst As New so3DAnalyst in Visual Basic 6.0, but obj3DAnalyst:=coSo3DAnalyst.Create in Delphi. Additionally, it is strongly recommended you judge whether an object is empty before using it, and if the object will no longer be used, you should release it, for example, use set obj3DAnalyst = Nothing in Visual Basic 6.0 and obj3DAnalyst:=nil; in Delphi.
Creatable Objects List:
| so3DAnalyst | soGeoEllipticArc | soLytLineSect | soPJPrimeMeridian |
| soColors | soGeoLine | soLytMap | soPJSpheroid |
| soConnectionMatix | soGeometrist | soLytMapBorder | soPJParams |
| soPJTranslator | soCutFillResult | soGeoPath | soLytMapScale |
| soPoint | soDataSourceConnection | soGeoPie | soLytPolygon |
| soPoint3D | soDgnLink | soGeoPoint | soLytPolyline |
| soPoint3Ds | soError | soGeoRect | soLytRect |
| soPoints | soFieldInfo | soGeoRegion | soSetting |
| soLytRoundRect | soRect | soFieldInfos | soGeoRoundRect |
| soLytTable | soSelection | soFlightControl | soGeoText |
| soLytText | soStrings | soGeoArc | soGridAnalyst |
| soNetworkAnalyst | soStyle | soGeoBSpline | soImageAnalyst |
| soOverlayAnalyst | soStyles | soGeoCardinal | soLytArc |
| soPathNode | soTextPart | soGeoCircle | soLytArtText |
| soPathNodes | soTextStyle | soGeoCompound | soLytDirection |
| soPJCoordSys | soToolkit | soGeoCurve | soLytEllipse |
| soPJDatum | soTransformation | soGeoEllipse | soLytGroup |
| soPJGeoCoordSys | soGeoEllipseOblique | soLytLegend | - |
| soImageList | soTimeItem | soMapMargin | - |