AMEEClient.Model.AmeeObjectReference.Parent C# (CSharp) 메소드

Parent() 공개 메소드

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