C# 클래스 ArcGISRuntime.Samples.Models.SampleStructureMap

파일 보기 프로젝트 열기: Esri/arcgis-runtime-samples-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Create SampleStructureMap

공개 메소드들

메소드 설명
GetSampleByName ( string sampleName ) : SampleModel

Gets sample by it's name.

비공개 메소드들

메소드 설명
Create ( string metadataFilePath, Language language = Language.CSharp ) : SampleStructureMap

Creates new instance of SampleStructureMap by desirialing it from the json file provided. Returned instance will be fully loaded including other information that is not provided in the json file like samples.

메소드 상세

GetSampleByName() 공개 메소드

Gets sample by it's name.
public GetSampleByName ( string sampleName ) : SampleModel
sampleName string The name of the sample.
리턴 SampleModel