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

Parent() public method

public Parent ( AmeeObjectType objectType ) : AmeeObjectReference
objectType AmeeObjectType
return AmeeObjectReference
        public AmeeObjectReference Parent(AmeeObjectType objectType)
        {
            throw new NotImplementedException();
        }
AmeeObjectReference