Google.KML.gePolygon.gePolygon C# (CSharp) Method

gePolygon() public method

public gePolygon ( geOuterBoundaryIs outerBoundaryIs ) : System
outerBoundaryIs geOuterBoundaryIs
return System
        public gePolygon(geOuterBoundaryIs outerBoundaryIs)
        {
            OuterBoundaryIs = outerBoundaryIs;
        }