C# 클래스 Google.KML.geContainer

Represents the Container abstract and inherits the Feature abstract
상속: geFeature
파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

공개 프로퍼티들

프로퍼티 타입 설명
Features List

공개 메소드들

메소드 설명
ToKML ( XmlTextWriter kml ) : void

Renders the object as KML, and calls upon any children to do the same

메소드 상세

ToKML() 공개 메소드

Renders the object as KML, and calls upon any children to do the same
public ToKML ( XmlTextWriter kml ) : void
kml System.Xml.XmlTextWriter
리턴 void

프로퍼티 상세

Features 공개적으로 프로퍼티

A collection of Features that can exist within the container
public List Features
리턴 List