DataHubServicesAddin.LocatorHub.LocatorHub.FetchRecord C# (CSharp) Method

FetchRecord() private method

private FetchRecord ( string inLocatorId, string inMatchTerm, string inRecordId, RecordIdentifierType inRecordIdType, int inReturnCoordinateSystem ) : FetchRecordResult
inLocatorId string
inMatchTerm string
inRecordId string
inRecordIdType RecordIdentifierType
inReturnCoordinateSystem int
return FetchRecordResult
        public FetchRecordResult FetchRecord(string inLocatorId, string inMatchTerm, string inRecordId, RecordIdentifierType inRecordIdType, int inReturnCoordinateSystem) {
            object[] results = this.Invoke("FetchRecord", new object[] {
                        inLocatorId,
                        inMatchTerm,
                        inRecordId,
                        inRecordIdType,
                        inReturnCoordinateSystem});
            return ((FetchRecordResult)(results[0]));
        }