ArcGIS Explorer Component Help |
GeographicTransformation..::.GetXmlSchema Method |
GeographicTransformation Class See Also |
Creates a schema for this class (required by the serialization implementation for this class).
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public static XmlQualifiedName GetXmlSchema( XmlSchemaSet schemaSet ) |
Visual Basic (Declaration) |
---|
Public Shared Function GetXmlSchema ( _ schemaSet As XmlSchemaSet _ ) As XmlQualifiedName |
Parameters
- schemaSet
- Type: System.Xml.Schema..::.XmlSchemaSet
A schema object to populate with the schema for this class.
Return Value
A XmlQualifiedName object that identifies the data type.Remarks
This member is required by the serialization implementation for this class, and indicates the name of the method specified by the XmlSchemaProviderAttribute.