AMEEClient.Model.AmeeObjectReference.Child C# (CSharp) Method

Child() public method

public Child ( String localPath, AmeeObjectType objectType ) : AmeeObjectReference
localPath String
objectType AmeeObjectType
return AmeeObjectReference
        public AmeeObjectReference Child(String localPath,AmeeObjectType objectType)
        {
            throw new NotImplementedException();
        }
AmeeObjectReference