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

FetchRecord_Binary() private method

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